Teacher Version
![Hero Image](../../../../Resources/Images/Robotics/Template/Robot_3-2-01_sitwithrobot.png)
![Hero Image](../../../../Resources/Images/Robotics/Template/gears.png)
Looped Decisions
Topics Covered
- If/Else Block in Loop Block
- Repeated Decisions
Virtual Robot: MazeRunnerVR.rbg
Physical Robot: MazeRunner.rbg
Check Your Understanding
- What happens when you place an If/Else Conditional Block inside a Repeat Forever Loop?
- The robot runs in a circle until told to stop.
- The robot makes a decision once, then repeats the result many times.
- The robot makes a decision many times, taking whatever action is appropriate each time.
- You cannot place an If/Else Statement Block inside a Repeat Forever Loop.